DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / Prepare Method

In This Topic
    Prepare Method (C1CommandBase<TCommandImpl>)
    In This Topic
    Creates a prepared (or compiled) version of the command on the data source.
    Syntax
    'Declaration
     
    Public Overridable Sub Prepare() 
    public virtual void Prepare()
    See Also